/*
 *    @(#) 2.5 src/somples.os2/somd/c/stack/readme, somx, som2.0.fix, csd2.0.4 4/8/94 15:25:34 [5/23/94 10:01:54]
 */

/*
 * 96F8647, 96F8648, 96F8850 (C) Copyright IBM Corp. 1992, 1994
 * All Rights Reserved
 * Licensed Materials - Property of IBM
 *
 * DISCLAIMER OF WARRANTIES.
 * The following [enclosed] code is sample code created by IBM
 * Corporation. This sample code is not part of any standard or IBM
 * product and is provided to you solely for the purpose of assisting
 * you in the development of your applications.  The code is provided
 * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
 * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
 * THIS CODE.  IBM shall not be liable for any damages arising out of
 * your use of the sample code, even if they have been advised of the
 * possibility of such damages.
 *
 * DISTRIBUTION.
 * This sample code can be freely distributed, copied, altered, and
 * incorporated into other software, provided that it bears the above
 * Copyright notice and DISCLAIMER intact.
 */

NOTE:  Please review the README in %SOMBASE%\samples\somd for general
       information on setting up and running DSOM samples.  This
       README assumes that information.

Sample summary
--------------
Used in the SOMobjects Developer Toolkit Users Guide as first example of
DSOM usage.

Making the sample
-----------------
Entering "wmake /f makefile.wmk" will make the client program, the stack.dll,
the IR, and the Implementation Repository

Running the sample
------------------
Before running the sample, remember to start the DSOM daemon in this
directory. If the daemon is currently running you must first kill it and
restart it in this directory.  To start the daemon, enter:

   somdd &

Entering "client" will run the sample.

